# Resume-Screening-AI
AI-powered resume screening tool that extracts key skills and experiences from resumes, compares them against a job description, and ranks candidates by their match score. The system provides clear feedback on strengths and missing qualifications to support fairer, faster hiring decisions.

File Structure: 

├── app.py
├── static/
│   ├── background image.png
│   ├── image 1.png
│   ├── loading.css
│   ├── loading.js
│   ├── results.css
│   ├── results.js
│   ├── script.js
│   └── style.css
├── templates/
│   ├── loading.html
│   ├── main.html
│   └── results.html
└── uploads/
    └── Sample Resume

The App.py runs the main flask server that serves the static HTML files located on templates. The static directory contains the images and styling of the HTML sites being served. 

The code present in this repository is an exact copy of the code that is depployed on: https://ai-resume-screening.alwaysdata.net/ 


